home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Forever 4
/
Atari Forever 4.zip
/
Atari Forever 4.iso
/
SERIE_AI
/
AI_085
/
POS_D030
/
CONFIG
/
SVMODULE.CFG
< prev
Wrap
Text File
|
1998-03-14
|
2KB
|
75 lines
#
# This is the configuration file for save modules.
#
# The file is used to specify which save module to use to save an image
# in a given format. Any line starting with a # will be treated as a
# comment and ignored.
#
#
# The module list contains a list of all supported formats based on
# extensions. The format is :-
#
# Extension, Module
#
MODULES
IFF, savemod\iff.pss
TGA, savemod\targa.pss
TIF, savemod\tiff.pss
JPG, savemod\jpeg.pss
PNG, savemod\png.pss
BMP, savemod\bmp.pss
PI1, savemod\degas.pss
PC1, savemod\degas.pss
PI3, savemod\degas.pss
PC3, savemod\degas.pss
NEO, savemod\neochrom.pss
EZA, savemod\ezart.pss
IMG, savemod\img.pss
#
# The compression list links image types with compression types and the
# module to use for each compression type
# The format is :-
#
# Image type, Colours, Resolution, Compression list
#
# Colour resolutions are a list of the colours allowed in a particular
# format seperated by the / character. If greyscale is allowed, the G
# character is used. If 24 bit TrueColour is allowed, T is used.
#
# Size resolutions determine which image dimensions are supported by
# the format. 'all' denotes any resolution. Specific resolutions are
# denoted by '<width>x<height>' Either of these can be 'all'.
#
# The compression list is the name of each method followed by the
# extension ( and therefore module ) to use.
#
# For example :
#
# The BMP format supports Monochrome, 16, 256, Greyscale and Truecolour,
# It outputs any image size and supports No compression or Packbits
# compression. Both are output with the extension .BMP
#
# Degas supports monochrome only with a resolution of 640x400. The image
# can be uncompressed or RLE compressed. No compression uses the .PI3
# extension, RLE uses the .PC3 extension.
#
COMPRESSION
Neochrome, 16, 320x200, None,NEO
Degas_Elite, 16, 320x200, None,PI1, RLE,PC1
Degas, 2, 640x400, None,PI3, RLE,PC3
EZart, 16, 320xall, Packbits,EZA
Jpeg, 16/256/G/T, all, 75%,JPG, 50%,JPG
Windows_BMP, 2/16/256/G/T, all, None,BMP
PNG, 2/16/256/G/T, all, Deflate,PNG
TIFF, 2/16/256/G/T, all, None,TIF
Targa, 2/16/256/G/T, all, None,TGA, RLE,TGA
IFF, 2/16/256/G/T, all, None,IFF, Packbits,IFF
IMG, 2/16/256/G/T, all, RLE,IMG